TwclGattLocalService.Characteristics[Integer] Property

Gets the GATT characteristic by its index.

Namespace: wclBluetooth
public
 property Characteristics[const Index: Integer]: TwclGattLocalCharacteristic
 read GetCharacteristics; default;

Parameters

Index
Type: Integer

The characteristic's index. The parameter must be in range between 0 and CharacteristicsCount - 1. If the parameter is out of range the wclErrors.wclEInvalidArgument exception raises.

Property Value

The local GATT characteristic.